v2ray 您所在的位置:网站首页 v2ray报错fail to write response v2ray

v2ray

2023-08-21 10:07| 来源: 网络整理| 查看: 265

提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 Please read the instruction and answer the following questions before submitting your issue. Thank you.

1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)? 2.41

2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. 本地socks5翻墙

3) 你看到的不正常的现象是什么? What did you see? 客户端一直在提示Proxyman|Outbound: failed to process outbound traffic > Proxy|VMess|Outbound: failed to find an available destination > Retry: [dial tcp

4) 你期待看到的正确表现是怎样的? What's your expectation? 正常连接

5) 请附上你的配置文件(提交 Issue 前请隐藏服务器端IP地址)。 Please attach your configuration file (Mask IP addresses before submit this issue).

Server Configuration File(服务器端配置文件): // 在这里附上服务器端配置文件 // Please attach your server configuration file here. { "log" : { "access": "/var/log/v2ray/access.log", "error": "/var/log/v2ray/error.log", "loglevel": "warning" }, "inbound": { "listen": "xxx.xxx.xxx.xxx", "port": 30552, "protocol": "vmess", "settings": { "clients": [ { "id": "8d262101-7a87-432b-b2a3-2bf4d17d7b16", "level": 1, "alterId": 64 } ] } }, "inboundDetour": [ { "listen": "xxx.xxx.xxx.xxx", "protocol": "vmess", "port": "7777", "settings": { "clients": [ { "id": "ec1b32e3-a7a9-44ff-86e2-8d656b0a5e33", "level": 1, "alterId": 64 } ] } } ], "outbound": { "protocol": "freedom", "settings": {} }, "outboundDetour": [ { "protocol": "blackhole", "settings": {}, "tag": "blocked" } ], "routing": { "strategy": "rules", "settings": { "rules": [ { "type": "field", "ip": [ "0.0.0.0/8", "10.0.0.0/8", "100.64.0.0/10", "127.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.0.0.0/24", "192.0.2.0/24", "192.168.0.0/16", "198.18.0.0/15", "198.51.100.0/24", "203.0.113.0/24", "::1/128", "fc00::/7", "fe80::/10" ], "outboundTag": "blocked" } ] } } } Client Configuration File(客户端配置文件): // 在这里附上客户端配置文件 // Please attach your client configuration file here. { "log": { "access": "/Users/ftandy/access.log", "error": "/Users/ftandy/error.log", "loglevel": "debug" }, "inbound": { "port": 1087, "protocol": "socks", "settings": { "auth": "noauth" } }, "outbound": { "protocol": "vmess", "settings": { "vnext": [ { "address": "xxx.xxx.xxx.xxx", "port": 30552, "users": [ { "id": "8d262101-7a87-432b-b2a3-2bf4d17d7b16", "alterId": 64, "security": "auto" } ] } ] } }, "dns": { "servers": [ "10.23.194.199", "10.23.194.200", "localhost" ] }, "routing": { "strategy": "rules", "settings": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "port": "1-52", "outboundTag": "direct" }, { "type": "field", "port": "54-79", "outboundTag": "direct" }, { "type": "field", "port": "81-442", "outboundTag": "direct" }, { "type": "field", "port": "444-65535", "outboundTag": "direct" }, { "type": "chinasites", "outboundTag": "direct" }, { "type": "field", "ip": [ "0.0.0.0/8", "10.0.0.0/8", "100.64.0.0/10", "127.0.0.0/8", "169.254.0.0/16", "172.16.0.0/12", "192.0.0.0/24", "192.0.2.0/24", "192.168.0.0/16", "198.18.0.0/15", "198.51.100.0/24", "203.0.113.0/24", "::1/128", "fc00::/7", "fe80::/10" ], "outboundTag": "direct" }, { "type": "chinaip", "outboundTag": "direct" } ] } } }

6) 请附上出错时软件输出的日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。 Please attach the log file, especially the bottom lines if the file is large. Log file is usually /var/log/v2ray/error.log on Linux.

Server Log File(服务器端日志): // 在这里附上服务器端日志 // Please attach your server log here.

客户端没有任何信息,就正常的启动log

Client Log File(客户端日志): // 在这里附上客户端日志 // Please attach your client log here. 2017/10/17 14:16:58 [Info]Transport|Internet|TCP: dailing TCP to tcp:xxx.xxx.xxx.xxx:7777 2017/10/17 14:17:00 [Warning]App|Proxyman|Outbound: failed to process outbound traffic > Proxy|VMess|Outbound: failed to find an available destination > Retry: [dial tcp 45.77.177.188:7777: i/o timeout] > Retry: all retry attempts failed 2017/10/17 14:17:00 [Info]App|Proxyman|Inbound: connection ends > Proxy|Socks: connection ends > Proxy|Socks: failed to transport all TCP response > io: read/write on closed pipe 2017/10/17 14:17:13 [Warning]App|Proxyman|Outbound: failed to process outbound traffic > Proxy|VMess|Outbound: failed to find an available destination > Retry: [dial tcp 45.77.177.188:7777: i/o timeout] > Retry: all retry attempts failed 2017/10/17 14:17:13 [Info]App|Proxyman|Inbound: connection ends > Proxy|Socks: connection ends > Proxy|Socks: failed to transport all TCP response > io: read/write on closed pipe

就一直提示failed to find an available destination,我同步了服务器客户端时区了。尝试在服务器上部署一个nginx服务器,访问这个ip的nginx服务器,Operation timed out了,好像tcp连接被屏蔽了,接收不到请问这个和只是和服务器有关吗?我新买的vultr服务器,ssh协议可以走,但是好像tcp和udp都不通,按道理讲,只要ip能访问,tcp和udp都能通,难道是墙的问题?是不是需要等几天?@tefiszx



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有